home *** CD-ROM | disk | FTP | other *** search
/ Clickx 148 / Clickx_Magazine_148_Coverdisc_cd5.iso / pc / Yucom / intro.dxr / Scripts_1_on startMovie.ls < prev    next >
Encoding:
Text File  |  1999-11-03  |  154 b   |  10 lines

  1. global gharddisk
  2.  
  3. on startMovie
  4.   if the platform contains "macintosh" then
  5.     gharddisk = baSysFolder("boot")
  6.   else
  7.     gharddisk = "c:\"
  8.   end if
  9. end
  10.